add Cursor marketplace installation - #13
Merged
Merged
Conversation
Expose the packaged FastEdge plugin for Git-based Cursor marketplace testing.
Explain personal and team installation flows and validate the repository-level marketplace descriptor so users can install without a local clone.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a repository-root Cursor marketplace descriptor and expands documentation/CI validation so the FastEdge plugin can be installed and maintained across Claude Code, Codex, and Cursor.
Changes:
- Introduces
.cursor-plugin/marketplace.jsonand validates it inscripts/validate-cursor-plugin.sh. - Updates root + plugin READMEs and docs to document Cursor installation, credential setup (incl. macOS GUI env), updates, and troubleshooting.
- Extends the Cursor plugin validation workflow to trigger on
.cursor-plugin/**changes.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| scripts/validate-cursor-plugin.sh | Adds validation for the repository-root Cursor marketplace descriptor and asserts it exposes the Cursor plugin correctly. |
| README.md | Updates positioning to “plugins” (Claude/Codex/Cursor) and adds Cursor install + credential guidance. |
| plugins/gcore-fastedge-cursor/README.md | Documents Cursor marketplace install flow and local development/regeneration steps. |
| docs/quickstart.md | Updates README anchor link after README section rename. |
| docs/INDEX.md | Adds Cursor plugin/doc entries and marketplace metadata section updates. |
| docs/cursor-quickstart.md | Adds a dedicated Cursor quickstart (install, credentials, team setup, troubleshooting). |
| context/PLUGIN_DISTRIBUTION.md | Updates architecture/distribution doc to include Cursor marketplace and artifact. |
| .github/workflows/validate-cursor-plugin.yaml | Expands workflow path filters to include .cursor-plugin/**. |
| .cursor-plugin/marketplace.json | New Cursor marketplace descriptor pointing to plugins/gcore-fastedge-cursor. |
Suppressed comments (1)
docs/INDEX.md:34
- This section claims to list where marketplace metadata lives, but it omits the Claude Code descriptor at
.claude-plugin/marketplace.json. That can mislead maintainers/users into thinking only Codex/Cursor have repository-local marketplace files.
Marketplace metadata lives at:
- `.agents/plugins/marketplace.json`
- `.cursor-plugin/marketplace.json`
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
godronus
approved these changes
Aug 4, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
kostichs
pushed a commit
to G-Core/product-documentation
that referenced
this pull request
Aug 4, 2026
Cursor now has a native gcore-fastedge plugin (G-Core/fastedge-plugin#13, merged Aug 4), alongside Claude Code and Codex. Update the AI-assisted development article with a Cursor install tab, MCP server credential setup (including the macOS launchctl workaround), and a client-prefix table for skill invocation. Move Cursor out of the standalone-MCP-client list since it now has first-class plugin support. Verified live: installed Cursor CLI, registered the marketplace, confirmed the plugin skill list and MCP server, and corrected two details the plugin own docs got wrong for this environment: the interactive command is /plugins, not /plugin, and the install scope prompt does not literally say user or project. Also updates fastedge/local-development/overview.mdx and fastedge/troubleshooting.mdx to mention Cursor alongside Claude Code and Codex.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
bash scripts/validate-cursor-plugin.shbash -n scripts/validate-cursor-plugin.shjq empty .cursor-plugin/marketplace.jsongit diff --check/pluginMade with Cursor